home *** CD-ROM | disk | FTP | other *** search
- /*
- File: JFIFPreviewer.r
-
- Contains:
-
- Written by:
-
- Copyright: Copyright © 1999 by Apple Computer, Inc., All Rights Reserved.
-
- You may incorporate this Apple sample source code into your program(s) without
- restriction. This Apple sample source code has been provided "AS IS" and the
- responsibility for its operation is yours. You are not permitted to redistribute
- this Apple sample source code as "Apple sample source code" after having made
- changes. If you're going to re-distribute the source, we require that you make
- it clear in the source that the code was descended from Apple sample source
- code, but that you've made changes.
-
- Change History (most recent first):
- 8/16/1999 Karl Groethe Updated for Metrowerks Codewarror Pro 2.1
-
-
- */
-
-
- #include "Types.r"
-
- type 'thng' {
- hex longint type;
- hex longint subType;
- hex longint manufacturere;
- hex longint flags;
- hex longint flagsMask;
- hex longint thingResType;
- int thingResID;
- hex longint thingNameResType;
- int thingNameResID;
- hex longint thingInfoResType;
- int thingInfoResID;
- hex longint thingIconResType;
- int thingIconResID;
- };
-
- resource 'thng' (909) {
- 'pnot',
- 'JPEG',
- 'appl',
- 2,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'thng' (910) {
- 'pmak',
- 'JPEG',
- 'appl',
- 0,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'thng' (911) {
- 'pnot',
- 'JFIF',
- 'appl',
- 2,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'thng' (912) {
- 'pmak',
- 'JFIF',
- 'appl',
- 0,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'STR ' (909) {
- "JFIF Preview Comp";
- };